home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / sockdem.zip / _SETUP.LIB / readme.txt < prev    next >
Text File  |  1997-06-19  |  653b  |  21 lines

  1. A demonstration of how to use MSWINSCK.OCX in a visual C++ program
  2.  
  3. Run sockets.exe, enter a TX socket number, an RX Socket number and 
  4. a remote host name (or IP address)
  5.  
  6. You can send data to yourself by making the RX and TX socket numbers the same as well
  7. as having the LOCAL and REMOTE host names the same.
  8.  
  9. The renote host name can be the same as the local host name.
  10.  
  11. Then click SET, then click SEND
  12.  
  13. The words "Hello world" will be sent from the TX socket to the RX socket on the 
  14. remote host.
  15.  
  16. Any data received in the TX socket will be shown in the text box.
  17.  
  18.  
  19. feedback to author welcome at kenny@pointer.co.uk
  20.  
  21. -Kenny Millar